home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_145 / DoAction.as
Text File  |  2006-01-17  |  146b  |  13 lines

  1. tellTarget("/sounds")
  2. {
  3.    gotoAndStop("invcard");
  4.    play();
  5. }
  6. if(firstTime)
  7. {
  8.    tellTarget("/afis")
  9.    {
  10.       call("bet");
  11.    }
  12. }
  13.